home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Akce / Half-Life / IOS / ios3.exe / {app} / 640_textscheme.txt < prev    next >
Encoding:
Text File  |  2003-03-29  |  2.8 KB  |  133 lines

  1. ///////////////////// TEXT FILE DESCRIPTION /////////////////////
  2. // 640x480 text scheme file
  3. //
  4. // Resolutions:
  5. //     320
  6. //    400
  7. //    512
  8. //    640
  9. //    800
  10. //    1024
  11. //    1152
  12. //    1280
  13. //    1600
  14. //
  15.  
  16. // SchemeName defines a new scheme
  17. SchemeName = "Basic Text"
  18.  
  19. // FontName is the string name of the font the scheme uses
  20. FontName   = "Arial"
  21.  
  22. // FontSize defines the height of the font (the rest is derived from that)
  23. FontSize   = 17
  24.  
  25. // FontWeight thickens the font (700 is bold, 1400 very bold)
  26. FontWeight = 0
  27.  
  28. // foreground colors (RGBA, A=0 being fully transparent, A=255 fully solid)
  29. FgColor          = "255 170 0 255"
  30. FgColorArmed     = "255 255 255 255"
  31. FgColorMousedown = "255 255 255 255"
  32.  
  33. // background colors (note that these always default to "0 0 0 0")
  34. BgColor          = "0 0 0 0"
  35. BgColorArmed     = "0 0 0 0"
  36. BgColorMousedown = "0 0 0 0"
  37.  
  38. ///////////////////// TFC FONTS /////////////////////
  39.  
  40.  
  41. // DEFAULT BUTTON TEXT
  42.  
  43.  
  44.  
  45.  
  46. SchemeName = "Primary Button Text"
  47. FontName = "Arial"
  48. FontSize = 16
  49. FgColor = "170 170 205 255"
  50. BgColor = "0 0 200 200"
  51. FgColorArmed = "255 255 255 255"
  52. BgColorArmed = "0 0 255 255"
  53.  
  54.  
  55. SchemeName = "Goal Text"
  56. FontName = "Arial"
  57. FontSize = 64
  58. FontWeight = 1400
  59. FgColor = "255 255 255 255"
  60. BgColor = "0 0 0 0"
  61. FgColorArmed = "255 255 255 255"
  62. BgColorArmed = "159 95 47 67"
  63.  
  64. SchemeName = "Clock Text"
  65. FontName = "Arial"
  66. FontSize = 16
  67. FontWeight = 700
  68. FgColor = "159 95 47 255"
  69. BgColor = "0 0 0 141"
  70. FgColorArmed = "255 255 255 255"
  71. BgColorArmed = "159 95 47 67"
  72.  
  73. SchemeName = "Ball Text"
  74. FontName = "Arial"
  75. FontSize = 60
  76. FontWeight = 1400
  77. FgColor = "255 255 255 255"
  78. BgColor = "0 0 0 0"
  79. FgColorArmed = "255 255 255 255"
  80. BgColorArmed = "159 95 47 67"
  81.  
  82. // COMMAND MENU TEXT
  83. SchemeName = "CommandMenu Text"
  84. FontName = "Arial"
  85. FontSize = 14
  86.  
  87. // SCOREBOARD TEXT
  88. SchemeName = "Scoreboard Text"
  89. FontName = "Arial"
  90. FontSize = 12
  91. FontWeight = 0
  92.  
  93. // SCOREBOARD TITLE TEXT (team names, team scores)
  94. SchemeName = "Scoreboard Title Text"
  95. FontName = "Arial"
  96. FontSize = 18
  97. FontWeight = 700
  98.  
  99. // SCOREBOARD SMALL TEXT (headers, player #)
  100. SchemeName = "Scoreboard Small Text"
  101. FontName = "Arial"
  102. FontSize = 11
  103. FontWeight = 0
  104.  
  105. // TITLE FONT in TFC selection menus
  106. SchemeName = "Title Font"
  107. FontName = "Arial"
  108. FontSize = 23
  109. FgColor = "170 170 205 255"
  110. BgColor = "0 0 200 200"
  111. FgColorArmed = "255 255 255 255"
  112. BgColorArmed = "0 0 255 255"
  113.  
  114. // CLASSDESC, MAPDESC, MOTD text windows
  115. SchemeName = "Briefing Text"
  116. FontName = "Arial"
  117. FontSize = 14
  118. FontWeight = 0
  119. FgColor = "170 170 205 255"
  120. BgColor = "0 0 0 0"
  121. FgColorArmed = "255 255 255 255"
  122. BgColorArmed = "0 0 0 0"
  123.  
  124. // Team info text (list of players, etc)
  125. // fgColor is automatically set to the teams color
  126. SchemeName = "Team Info Text"
  127. FontName = "Arial"
  128. FontSize = 14
  129. FontWeight = 0
  130.  
  131.  
  132.  
  133.